﻿@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a, a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: '微软雅黑', '宋体', '黑体'
}

#container {
	text-align: left;
}

.container {
	width: 80%;
	max-width: 1300px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
}

/*----------------------------头部----------------------------------------*/

#gHeader .heaCon {
	padding: 0px 0 10px;
}

#gHeader .hTop {
	text-align: right;
	line-height: 30px;
}

#gHeader .hTop a {
	height: 16px;
	line-height: 16px;
	display: inline-block;
	color: #b5b4b4;
	margin-left: 7px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}

#gHeader .hTop a:nth-child(1) {
	border-left: none;
}

#gHeader .heaCon .logo {
	width: 24%;
}

#gHeader .heaCon .text {
	padding-left: 10px;
	margin-left: 3px;
	margin-top: 6px;
	border-left: 1px solid #dedede;
}

#gHeader .heaCon .text strong {
	font-size: 21px;
	color: #dd7220;
	line-height: 25px;
}

#gHeader .heaCon .text p {
	color: #333;
	font-size: 17px;
	line-height: 30px;
}

#gHeader .heaCon .tel {
	background: url(../images/tel.png) no-repeat left center;
	background-size: 46px;
	padding-left: 55px;
}

#gHeader .heaCon .tel p {
	color: #787878;
	font-size: 14px;
	line-height: 1;
}

#gHeader .heaCon .tel strong {
	font-size: 20px;
	color: #2a8c3a;
	display: block;
	line-height: 1.5;
}

#gHeader .heaCon .tel span {
	font-size: 16px;
	color: #666;
	font-weight: 500;
}

/*--------------------------------导航----------------------*/

#gNavi {
	border-top: 2px solid #2a8c3a;
}

#gNavi li {
	width: 11.11%;
	float: left;
	text-align: center;
	position: relative;
}

#gNavi li a {
	display: block;
	width: 100%;
	margin: 0 auto;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}

#gNavi li:hover>a {
	background: #2a8c3a;
	color: #fff;
}

#gNavi li.on>a {
	background: #2a8c3a;
	color: #fff;
}

#gNavi li .drop {
	position: absolute;
	left: 0%;
	right: 0%;
	top: 50px;
	background: #2a8c3a;
	z-index: 100;
	display: none;
}

#gNavi li .drop a:first-child {
	border-top: 1px dashed #fff;
}

#gNavi li:nth-child(3) .drop {
	right: -40px;
}

#gNavi li .drop a {
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0;
	width: 100%;
	border-bottom: 1px dashed #efefef;
}

#gNavi li .drop a:hover {
	background: #dd7220;
}

#gNavi li:hover .drop {
	display: block;
}

.hot {
	background: #ededed;
	padding: 15px 0;
}

.hot li {
	display: inline-block;
	line-height: 32px;
	margin-right: 5px;
	font-size: 14px;
}

.hot li a {
	color: #333;
}

.hot li a:hover {
	color: #dd7220;
}

.hot .form form {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 30px;
}

.hot .form input[type="text"] {
	width: 300px;
	padding: 0 60px 0 5px;
	box-sizing: border-box;
	line-height: 32px;
	height: 32px;
	border: none;
	background: #fff;
	margin: 0;
	font-size: 14px;
}

.hot .form .btn {
	width: 60px;
	line-height: 32px;
	height: 32px;
	background: #2a8c3a;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

.sec {
	margin-top: 35px;
	overflow: hidden;
}

.sec .title {
	text-align: center;
	position: relative;
}

.sec .title h2 {
	font-size: 32px;
	color: #555;
}

.sec .title p {
	font-size: 15px;
	line-height: 30px;
	color: #999;
	position: relative;
}

.sec .title p:after, .sec .title p:before {
	content: "";
	position: absolute;
	top: 10px;
	width: 300px;
	height: 10px;
}

.sec .title p:before {
	left: 20%;
	background: url(../images/line.png) no-repeat;
}

.sec .title p:after {
	right: 20%;
	background: url(../images/line1.png) no-repeat;
}

/*---------------------------底部-----------*/

#gFooter {
	padding: 30px 0 0;
	background: url(../images/ftbg.jpg) no-repeat top center;
	background-size: cover;
	color: #fff;
	margin-top: 30px;
}

#gFooter .lxText {
	width: 30%;
}

#gFooter .fl h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

#gFooter .lxText p {
	line-height: 26px;
	font-size: 14px;
}

#gFooter .nav {
	width: 20%;
	margin-left: 40px;
}

#gFooter .nav li {
	width: 50%;
	float: left;
}

#gFooter .nav li a {
	color: #fff;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
}

#gFooter .fr .ewm {
	text-align: center;
}

#gFooter .fr .ewm img {
	width: 150px;
	margin-bottom: 5px;
}

#gFooter p.power {
	text-align: center;
	line-height: 30px;
	padding:10px 0;
	border-top: 1px solid #fff;
	margin-top: 20px;
}

/* 侧边悬浮导航 */

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 100;
	margin-top: -190px;
}

.fixed li {
	position: relative;
	background: #28974c;
	border-radius: 4px 0 0 4px;
	padding: 10px;
	margin: 6px 0;
	right: -120px;
	cursor: pointer;
}

.fixed li:hover {
	background: #dd7220;
}

.fixed li .box img {
	width: 30px;
	float: left;
}

.fixed li .box h4 {
	color: #fff;
	font-size: 16px;
	float: left;
	line-height: 30px;
	font-weight: 500;
	padding-left: 15px;
}

.fixed li .box h4 a {
	color: #fff;
}

.fixed li .wx {
	position: relative;
}

.fixed li .wx .ewm {
	width: 150px;
	height: 150px;
	position: absolute;
	left: -150px;
	top: -10px;
	display: none;
	transition: 0.6s;
}

.fixed li .wx .ewm img {
	width: 140px;
	height: 140px;
	display: block;
	margin: auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.fixed li .wx:hover .ewm {
	display: block;
}

.sp {
	display: none !important;
}

@media all and (min-width: 1023px) and (max-width: 1600px) {
	#gHeader .heaCon .logo {
		width: 35%;
	}
	#gHeader .heaCon .text strong {
		font-size: 19px;
	}
	#gHeader .heaCon .text p {
		font-size: 16px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1440px) {
	#gHeader .heaCon .text strong {
		font-size: 18px;
	}
	#gHeader .heaCon .text p {
		font-size: 15px;
		line-height: 26px;
	}
	#gHeader .heaCon .tel strong {
		font-size: 18px;
		font-weight: 500;
	}
	#gHeader .heaCon .tel span {
		font-size: 15px;
	}
	#gHeader .heaCon .tel {
		background-size: 38px;
		padding-left: 45px;
	}
	#gNavi li .drop a {
		font-size: 14px;
	}
	#gFooter .lxText p {
		font-size: 13px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1360px) {
	#gNavi {
		padding: 0px 0;
	}
	#gNavi li a {
		line-height: 36px;
		font-size: 15px;
		width: 100%;
	}
	#gNavi li.on a {
		border-radius: 0
	}
	#gNavi li .drop {
		left: 0;
		right: -40px;
		top: 36px;
	}
	#gFooter .fl h3 {
		font-size: 18px;
	}
	#gFooter .lxText p {
		font-size: 12px;
		line-height: 24px;
	}
	#gFooter .nav li a {
		font-size: 13px;
		line-height: 24px;
	}
	#gFooter .fr .ewm {
		padding-top: 10px;
	}
	#gFooter .fr .ewm img {
		width: 130px;
	}
}

@media all and (min-width: 1023px) and (max-width: 1300px) {
	.container {
		width: 85%;
	}
	#gFooter .lxText {
		width: 35%;
	}
	#gHeader .heaCon .text strong {
		font-size: 17px;
	}
	#gHeader .heaCon .text p {
		font-size: 15px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.container {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		max-width: inherit;
	}
	.fl, .fr {
		float: inherit;
	}
	/*----------------------------头部----------------------------------------*/
	#gHeader .hTop {
		display: none;
	}
	#gHeader .heaCon {
		padding: 0;
	}
	#gHeader {
		padding: 8px 6px;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		background: #fff;
		z-index: 999;
		border-bottom: 1px solid #eee;
	}
	#gHeader .heaCon .logo {
		width: 240px;
	}
	#gHeader .heaCon .logo h1 {
		line-height: 1;
	}
	#gHeader .heaCon .menu {
		width: 30px;
		position: absolute;
		right: 10px;
		top: 12px;
	}
	/*--------------------------------导航----------------------*/
	#gNavi {
		line-height: 42px;
		background: #2a8c3a;
		position: fixed;
		left: 0;
		right: 0;
		top: 51px;
		padding: 10px 0 30px;
		box-shadow: 0 10px 10px rgba(24, 150, 24, .3);
		z-index: 999;
		display: none;
	}
	#gNavi li {
		width: 100%;
		float: inherit;
		text-align: left;
	}
	#gNavi li a {
		font-size: 15px;
		padding-left: 15px;
		color: #fff;
		border-bottom: 1px solid #ade3ad;
	}
	#gNavi li.on a {
		border-radius: 0;
	}
	#gNavi li:nth-child(2)>a, #gNavi li:nth-child(3)>a, #gNavi li:nth-child(6)>a {
		background: url(../images/jt.png) no-repeat right 8px center;
		background-size: 18px;
	}
	#gNavi li:nth-child(2).on>a, #gNavi li:nth-child(3).on>a, #gNavi li:nth-child(6).on>a {
		background: #dd7220 url(../images/jt1.png) no-repeat right 8px center;
		background-size: 18px;
	}
	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		margin-left: 20px;
	}
	#gNavi li:nth-child(8) .drop {
		display: none !important
	}
	#gNavi li .drop a {
		font-size: 14px;
		border-bottom: none;
	}
	#gNavi li .drop a:first-child {
		border-top: none;
	}
	#gNavi li:hover .drop {
		display: inherit;
	}
	#main {
		padding-top: 48px;
	}
	.hot {
		padding: 8px 0;
	}
	.hot li {
		line-height: 20px;
		font-size: 13px;
	}
	.hot .form form {
		margin: 0 0 6px 0;
		background: #fff;
	}
	.sec {
		margin-top: 25px;
	}
	.sec .title h2 {
		font-size: 24px;
	}
	.sec .title p {
		font-size: 14px;
		line-height: 25px;
	}
	.sec .title p:before, .sec .title p:after {
		display: none;
	}
	/*---------------------------底部-----------*/
	#gFooter {
		padding: 20px 0 0;
		margin-top: 20px;
	}
	#gFooter .lxText {
		width: 100%;
		margin-bottom: 15px;
	}
	#gFooter .fl h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	#gFooter .lxText p {
		line-height: 25px;
		font-size: 13px;
	}
	#gFooter .nav {
		width: 100%;
		margin-left: 0px;
	}
	#gFooter .nav li {
		width: 25%;
		text-align: center;
	}
	#gFooter .nav li a {
		font-size: 13px;
	}
	#gFooter .nav1 {
		display: none;
	}
	#gFooter .fr .ewm {
		text-align: center;
		margin-top: 20px;
	}
	#gFooter .fr .ewm img {
		width: 130px;
	}

	input{
		appearance:none;
		-webkit-appearance:none
	}
}